* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}
a {
	text-decoration: none;
}
/*焦点图*/
.focus_body {
	font-family:"microsoft yahei";
	position: relative;
	width: 380px;
	height: 88px;
}
.scroll {
	width: 380px;
	margin: 0 auto;
	position: relative;
	height: 88px;
	overflow: hidden;
}
.arr_left {
	display:none;
	position: absolute;
	width: 18px;
	height: 42px;
	cursor: pointer;
	overflow: hidden;
	left: 0;
	top: 23px;
	z-index: 3;
	background: url(/tzqrmzf/resource/theme/images/left_ico.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/tzqrmzf/resource/theme/images/left_ico.png');
	_background: none;
}
.arr_right {
	display:none;
	position: absolute;
	width: 18px;
	height: 42px;
	cursor: pointer;
	overflow: hidden;
	right: 0;
	top: 23px;
	z-index: 3;
	background: url(/tzqrmzf/resource/theme/images/right_ico.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/tzqrmzf/resource/theme/images/right_ico.png');
	_background: none;
}
.scroll .box {
	float: left;
	width: 380px;
	height: 88px;
	position: relative;
}
.scroll .box img {
	width: 380px;
	height: 88px;
}
.scroll .box a:hover {
	text-decoration: none;
}
.scroll .box .scroll_detail {
	display:none;
}